-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle8 build #664
Oracle8 build #664
Conversation
1d62b9f
to
e5180de
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.14.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
02eb623
to
f8cd434
Compare
f8cd434
to
c9960aa
Compare
68122ed
to
7962c7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm ok with this. the branch has to be updated with develop before merge.
7962c7b
to
09e4729
Compare
Need to look into some CI failure |
Blocked by AntaresSimulatorTeam/Antares_Simulator#1741 |
09e4729
to
a839d85
Compare
f642748
to
73296a3
Compare
run: | | ||
dnf install -y epel-release git cmake wget rpm-build redhat-lsb-core openmpi-devel | ||
dnf install -y unzip libuuid-devel boost-test boost-devel gcc-toolset-9-toolchain zlib-devel python3-devel | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the purpose of python3-devel? later on line 86 you installed python3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
devel version is required to build wheel which is required to pyinstaller
re-run checks before merge |
3fb5320
to
4cb944c
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Add new workflow to build on oracle 8 platform.